Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/projects #39

Merged
merged 84 commits into from
Jan 22, 2024
Merged

feature/projects #39

merged 84 commits into from
Jan 22, 2024

Conversation

jeppekroghitk
Copy link
Contributor

@jeppekroghitk jeppekroghitk commented Dec 13, 2023

Link to ticket

https://leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/463

Description

Implements sync of projects, issues, worklogs etc from Leantime.

Checklist

  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

@jeppekroghitk jeppekroghitk changed the base branch from develop to feature/sprint-planning December 14, 2023 08:55
Base automatically changed from feature/sprint-planning to feature/leantime January 4, 2024 08:16
Base automatically changed from feature/leantime to develop January 4, 2024 08:20
@jeppekroghitk jeppekroghitk requested a review from tuj January 15, 2024 13:14
src/Form/AccountType.php Outdated Show resolved Hide resolved
src/Form/AccountType.php Outdated Show resolved Hide resolved
src/Form/ClientType.php Outdated Show resolved Hide resolved
@@ -0,0 +1,40 @@
<?php
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of the PriceList? It is not used anywhere else in the system.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Atm. it does not have any purpose in the system and should be removed.

src/Service/LeantimeApiService.php Outdated Show resolved Hide resolved
src/Service/LeantimeApiService.php Outdated Show resolved Hide resolved
'required' => true,
'row_attr' => ['class' => 'form-element-wrapper'],
])
->add('standardPrice', TextType::class, [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

],
'attr' => [
'class' => 'form-element',
'data-create-project-target' => 'choice',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line

@tuj tuj merged commit b7b16d1 into develop Jan 22, 2024
6 checks passed
@tuj tuj deleted the feature/projects branch January 22, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants